home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / playtitle < prev    next >
Text File  |  1995-06-25  |  513b  |  23 lines

  1. cd tlc
  2. echo "Loading Title anim"
  3. assign tlc-title: ""
  4. assign mainactor: exists > nil:
  5. if warn
  6.    setenv MA 1
  7.    assign mainactor: ""
  8. endif
  9. setenv xxaga `checkagatest`
  10. if "$xxaga" EQ "- AGA -"
  11.   echo "Using AGA version"
  12.   Mainview -i -bb -r1 -aUniversal `random tlc-title?.anim` > nil:
  13. else
  14.   echo "Using NON-AGA version"
  15.   Mainview -i -bb -r1 -aUniversal `random tlc-title32-?.anim` > nil:
  16. endif
  17. if VAL $MA eq 1
  18.    assign MainActor: remove
  19.    unset MA
  20. endif
  21. assign tlc-title: remove
  22. avail flush > nil:
  23. unset fred